Hi,

I have Phalcon 2.0.2 and Oracle 12c. I have create sequence and set getSequnceName() function for my model But model->save() cause error "ORA-01400: cannot insert NULL" for a primary key.

How can I fix this problem for Oracle?